home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / Weather / Source / MyMenuCell.h < prev    next >
Text File  |  1993-11-12  |  266b  |  17 lines

  1. #import <appkit/appkit.h>
  2.  
  3. @interface  MyMenuCell:NXBrowserCell {
  4.     char *send;
  5.     char *get;
  6.     char *label;
  7. }
  8.  
  9. - click2:sender ;
  10. - setStringValueNoCopy:(const char *)s ;
  11. - setStringValue: (const char *)s ;
  12. - (char *)stringValue ;
  13. - send ;
  14. - (char *)get;
  15.  
  16. @end
  17.